|
|
The Scroll command scrolls a Scroller.
Options
- Target Argument: The Scroller to be scrolled.
- Action
- Mouse: Scrolls the Scroller relative to the mouse
position as it is dragged around. This option only works in a
Mouse Moved event.
It is similar to the Drag command with
the Mouse option and an automatic constraint.
- By: Scrolls the Scroller by a relative number of
pixels.
- To: Scrolls the Scroller to an absolute pixel
position relative to the top left corner of the Scroller.
- X Argument: The number of horizontal pixels.
- Y Argument: The number of vertical pixels.
|